build(deps): bump astro from 6.4.4 to 6.4.6#210
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
975c233 to
713ca57
Compare
01fb126 to
91e1c76
Compare
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.4 to 6.4.6. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.4.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
91e1c76 to
49c5337
Compare
Owner
theagenticguy
added a commit
that referenced
this pull request
Jun 13, 2026
) (#230) ## Summary Consolidated dependency refresh that clears the open esbuild CVE and folds in all 5 open Dependabot PRs (#210–#214) plus the remaining outdated minors/patches. **Why one branch instead of merging the 5 Dependabot PRs:** branch protection on `main` is `strict` + linear-history + squash-only. Merging the 5 PRs one at a time forces each survivor to rebase against a changed `pnpm-lock.yaml` and re-run the full CI matrix — a 5-cycle cascade. Folding them into one validated branch is a single CI cycle; the Dependabot PRs then close as superseded. ## Security - **esbuild → 0.28.1** via pnpm override (`>=0.27.3 <0.28.1` → `0.28.1`) — clears **GHSA-g7r4-m6w7-qqqr** (LOW, dev-server path traversal via `\` on Windows). Dependabot **could not** auto-fix this: `astro` pins `esbuild@^0.27.3` and never widens it, so the security update returned `security_update_not_possible`. Override follows the existing `devalue` security-override pattern in `pnpm-workspace.yaml`. OSV scan after the bump: **no issues**. ## Bumps (none breaking) | Package | From | To | Covered Dependabot PR | |---|---|---|---| | astro | 6.4.4 | 6.4.6 | #210 | | @astrojs/starlight | 0.39.3 | 0.40.0 | #211 | | @aws-sdk/client-bedrock-runtime | 3.1064.0 | 3.1068.0 | #212 | | @aws-sdk/client-sagemaker-runtime | 3.1064.0 | 3.1068.0 | #213 | | starlight-page-actions | 0.6.0 | 0.6.1 | #214 | | @biomejs/biome | 2.4.16 | 2.5.0 | — | | @ladybugdb/core | 0.16.1 | 0.17.1 | — | | piscina | 5.1.4 | 5.2.0 | — | | sharp | 0.34.5 | 0.35.1 | — | | starlight-links-validator | 0.24.0 | 0.24.1 | — | | @types/node | 25.9.2 | 25.9.3 | — | | commitizen | 4.3.1 | 4.3.2 | — | Ran `biome migrate` for the 2.5.0 bump: `recommended: true` → `preset: "recommended"`, schema → 2.5.0. ## Held — both require Node 24; repo is Node 22 + `engine-strict=true` - **license-checker-rseidelsohn 4 → 5**: engines `node >=24`. Powers the required `licenses` CI gate, which runs on Node 22 → install would fail. **Hard blocker until the repo baselines to Node 24.** - **write-file-atomic 7 → 8**: only change is narrowing the Node floor to `^22.22.2`, conflicting with the declared `engines.node: >=22.12.0`; no functional or security benefit. ## Validation (local, mirrors required CI checks) | Gate | Result | |---|---| | frozen-lockfile install | ✅ no drift | | build (all packages) | ✅ | | lint (biome 2.5.0) | ✅ 0 infos | | typecheck (CI-mirror, excl. docs) | ✅ | | test (19 packages) | ✅ 0 fail, 0 `not ok` | | banned-strings | ✅ | | license allowlist | ✅ | | OSV scan | ✅ no issues | | astro docs build | ✅ 64 pages, links valid | ## After merge Close #210–#214 as superseded (the squash commit folds them all in). The esbuild override resolves itself when astro widens its esbuild range (likely 6.5+); revisit then. 🤖 Generated with [Bonk](https://github.com/theagenticguy/opencodehub) — OpenCodeHub nightly maintenance
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps astro from 6.4.4 to 6.4.6.
Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
19ad1b4[ci] release (#17023)f1baeea[ci] formatffda27bValidate origin in prerendered error page fetch against allowedDomains (#17033)0408628[ci] formatadd3df1Harden addAttribute to reject invalid attribute names (#17026)cfeb958[ci] formatb10e86efix : content collections image hmr (#16765)0b879fb[ci] release (#16972)dc45246Revert isNode workerd detection that caused Cloudflare build regression (#16997)132a879[ci] format